CalendarView for WinForms
CrossMultiply(Vector<T>,Vector<T>) メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Mathematics 名前空間 > Vector<T> クラス > CrossMultiply メソッド : CrossMultiply(Vector<T>,Vector<T>) メソッド
A Vector indicates the left operand.
A Vector indicates the right operand.
Defines the descarts multiplication operation for vector.
シンタックス
'宣言
 
Public Overloads Shared Function CrossMultiply( _
   ByVal left As Vector(Of T), _
   ByVal right As Vector(Of T) _
) As Vector(Of T)
public static Vector<T> CrossMultiply( 
   Vector<T> left,
   Vector<T> right
)

パラメータ

left
A Vector indicates the left operand.
right
A Vector indicates the right operand.

戻り値の型

A Vector that is the descarts multiplying result of the left and right operands.
解説
| i, j, k | (n1, n2, n3) X (m1, m2, m3) = | n1, n2, n3| = (?, ?, ?) | m1, m2, m3|
参照

Vector<T> クラス
Vector<T> メンバ
オーバーロード一覧